home *** CD-ROM | disk | FTP | other *** search
/ Loadstar 47 / 047.d81 / star term boot (.txt) < prev    next >
Commodore BASIC  |  2022-08-26  |  631b  |  23 lines

  1. 0 a=a+1:ifa>1then200
  2. 1 poke51,.:poke52,80:poke55,.:poke56,80:clr:a=1
  3. 4 poke53280,.:poke53281,.
  4. 5 printchr$(142)"[147]          [154]loading [158]star terminal"
  5. 6 :
  6. 200 ifa=1thenload"st.ml code.o",8,1
  7. 210 ifa=2thenload"st.midoma font",8,1
  8. 220 ifa=3thenload"st.bigger freddy",8,1
  9. 230 ifa=4thenload"st.stars.spr",8,1
  10. 240 ifa=5thenload"st.p/x c000-cefc",8,1
  11. 250 :
  12. 260 poke53246,7:rem terminal cursor row
  13. 265 poke53247,.:rem terminal cursor col
  14. 270 poke53245,.:rem duplex full/half
  15. 275 poke56328,.:rem start clock ticking
  16. 280 poke63,.   :rem buffer pointer (lo)
  17. 285 poke64,80  :rem buffer pointer (hi)
  18. 290 :
  19. 300 print"[144]load"chr$(34)"st.main"chr$(34)",8"
  20. 310 print"r[213]"
  21. 315 print""
  22. 320 poke631,13:poke632,13:poke198,2:end
  23.